Release 10.1A: OpenEdge Deployment:
Startup Command and Parameter Reference
Check Width (-checkwidth)
Use Check Width (
-checkwidth) to specify whether Progress compares CHARACTER, DECIMAL, and RAW field data against the metaschema_widthfield value before updating a database record. The_widthfield value specifies the maximum width of the data allowed in a field.
Operating system
and syntax UNIX
Windows-checkwidthn Use
with Maximum value Minimum value Single-user default Multi-user default Client Session – – – –
nThe check-width mode. Valid check-width modes are:
- 0 — Ignore the
_widthfield value and store the data. This is the default mode.- 1 — Store the data, and generate a warning message if the data exceeds the size specified in the
_widthfield.- 2 — Do not store data that exceeds the size specified in the
_widthfield, and generate an error. Specify this mode if you want Progress to behave like SQL.Progress allows for variable length data; SQL does not. This startup parameter lets you impose the SQL requirement that data cannot exceed the size specified in the
Note: The_widthfield._widthfield value for array fields is the size of all array elements after Progress converts the array element values to CHARACTER. This means that even with the-checkwidthstartup parameter enabled, array fields can still surpass the_widthfield value.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |